<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  html,
  body {
      position: relative;
      height: 100%;
  }
  
  body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
      /* min-width: 768px; */
  }
  .logo img{width: 132px;}
  .img1 img{width: 396px;}
  .mail h2 {font-size: 24px;}
  .menu3 {background: #efefef;}
  .menu3 .img-wrap .img2 {font-weight: bold; position: absolute; top: 20px; left: 10px}
  .menu3 .img-wrap .img1 {margin-left: 10px}
  .menu4 {
    background: url(../images/bg3.jpg) !important;
    background-size: auto 120% !important;
    width: 100%;
  }
  .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
  }
  
  .swiper-slide {
      /* text-align: center;
      font-size: 18px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; */
  }
  
  .swiper-container-vertical&gt;.swiper-pagination-bullets {
      left: 20px;
      width: 30px;
  }
  
  .swiper-pagination-bullet {
      width: 4px;
      height: 4px;
      opacity: 1;
      margin: 10px auto !important;
      background: #fff;
  }
  
  .swiper-pagination-bullet-active {
      width: 12px;
      height: 12px;
      background: #fff;
  }
  
  .row {
      -webkit-flex-wrap: inherit
  }
  
  .navbar-brand {
      padding: 0 !important;
  }
  
  .nav-stacked {
      /* margin: 0 !important; */
      background: white;
      /* border: 0 !important; */
      margin: -1px !important;
      border-top: 2px solid #f4f4f4;
  }
  
  .nav-stacked li {
      width: 100%;
      height: 50px;
      margin: 0 !important;
      padding-left: 40px;
      border-bottom: #f4f4f4 1px solid;
      display: block !important;
  }
  
  .nav-stacked li a {
      line-height: 50px !important;
      height: 100% !important;
  }
  
  .gifing img {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
  }
  
  .line:before {
      left: 0 !important;
  }</pre></body></html>